/* Section A uses a simpler 2-column layout because it does not use checkboxes. */

.ui-panel-body-base {
  padding: 10px 12px;
}

.ui-row-base {
  display: grid;
  grid-template-columns: minmax(170px, 1fr) minmax(160px, 190px);
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 5px 0;
  border-bottom: 1px solid rgb(221, 239, 255);
  color: rgb(0, 17, 51);
  font-size: 13px;
  font-weight: 600;
}

.ui-row-base:last-child {
  border-bottom: 0;
}

.ui-select {
  min-height: 32px;
  width: 100%;
  padding: 0 10px;
  border: 1px solid rgb(158, 196, 246);
  border-radius: 6px;
  background: rgb(255, 255, 255);
  color: rgb(0, 17, 51);
  font-family: inherit;
  font-size: 13px;
  font-weight: 600;
}

.ui-select.is-placeholder {
  color: rgb(139, 154, 181);
}
